@-webkit-keyframes rotate {
    from {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        -ms-transform: none
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
        -ms-transform: rotate(360deg)
    }
}

@-o-keyframes rotate {
	from {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        -ms-transform: none
    } to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
        -ms-transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    from {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        -ms-transform: none
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
        -ms-transform: rotate(360deg)
    }
}

@keyframes rotate {
    from {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        -ms-transform: none
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
        -ms-transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate2 {
    from {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        -ms-transform: none
    }

    to {
        -webkit-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
        -ms-transform: rotate(-360deg)
    }
}

@-o-keyframes rotate2 {
    from {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        -ms-transform: none
    }

    to {
        -webkit-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
        -ms-transform: rotate(-360deg)
    }
}

@-moz-keyframes rotate2 {
    from {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        -ms-transform: none
    }

    to {
        -webkit-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
        -ms-transform: rotate(-360deg)
    }
}

@keyframes rotate2 {
    from {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        -ms-transform: none
    }

    to {
        -webkit-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
        -ms-transform: rotate(-360deg)
    }
}


#space {
    height: 167px
}


.container2 {
    position: relative;
    overflow: hidden;
    padding-top:0px;
    width: 100%;
    min-width: 1080px
}

.page {
    overflow: hidden
}

.page-inner {
    position: relative;
    margin: 0 auto;
    width: 1080px;
    height: 100%
}

.page .hd {
    color: #f4b002;
    font-size: 42px
}

.page .hd span {
    font-size: 22px
}

.page .hd-en {
    color: #D0D0D0;
    font-size: 22px;
    line-height: 22px
}

.page .page-bg {
    position: relative;
    left: 50%;
    margin-left: -960px;
    width: 1920px
}

.page-split {
    height: 5px;
    background: #ff9104
}

.page-home {
    position: static
}

.page-home .hd {
    position: absolute;
    top: 170px;
    left: 700px;
    z-index: 9;
    letter-spacing: 2px
}

.page-home .hd-en {
    position: absolute;
    top: 232px;
    left: 700px;
    z-index: 9
}

.page-home .summary {
    position: absolute;
    top: 285px;
    left: 706px;
    z-index: 9;
    color: #999;
    font-size: 22px
}

.page-home .more {
    position: absolute;
    top: 350px;
    left: 845px;
    z-index: 9
}

.page-home .more a {
    color: #ff9104;
    font-size: 20px
}

.page-home .more i {
    position: absolute;
    top: 28px;
    left: 50%;
    margin-left: -6px;
    width: 12px;
    height: 6px;
    background: url(../images/arrow-more.png) no-repeat
}

.page-home .more .i-middle {
    top: 36px;
    background-position: 0 -7px
}

.page-home .more .i-bottom {
    top: 43px;
    background-position: 0 -14px
}

.page-home .quan {
    position: absolute;
    top: 35px;
    left: 138px;
    z-index: 10;
    width: 412px;
    height: 412px
}

.page-home .quan1 {
    background-image: url(../images/quan1.png)
}

.page-home .quan2 {
    background-image: url(../images/quan2.png)
}

.page-home-wrap {
    position: relative;
    height: 635px
}

.page-home .slides li {
    position: relative;
    display: none;
    margin: 0 auto;
    width: 1080px;
    height: 635px
}

.page-home .flex-control-nav {
    position: absolute;
    bottom: 54px;
    left: 50%;
    z-index: 99;
    overflow: hidden;
    margin-left: -50%;
    width: 100%;
    height: 12px;
    text-align: center
}

.page-home .flex-control-nav li {
    display: inline-block;
    vertical-align: top;
    zoom:1}

.page-home .flex-control-nav a {
    display: block;
    overflow: hidden;
    margin: 0 8px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #e6dcb7;
    text-indent: -999em;
    cursor: pointer
}

.page-home .flex-control-nav .flex-active {
    background-color: #FF9104
}

.page-home .flex-direction-nav a {
    position: absolute;
    top: 50%;
    overflow: hidden;
    margin-top: -37px;
    width: 51px;
    height: 92px;
    background: no-repeat;
    background-image: url(../images/icon-arrow.png);
    text-indent: -999px
}

.page-home .flex-direction-nav .flex-prev {
    left: 10px;
    background-position: 0 0
}

.page-home .flex-direction-nav .flex-next {
    right: 10px;
    background-position: -51px 0
}

.about-txt {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    margin-top: -210px;
    padding: 40px 46px;
    width: 308px;
    height: 340px;
    border-radius: 2px;
    background: #fff;
    background: rgba(255,255,255,.9)
}

.about-txt h2 {
    color: #f0ad00;
    font-size: 42px
}

.about-txt .en {
    color: #999;
    font-size: 22px;
    line-height: 22px
}

.about-txt p {
    margin-top: 36px;
    color: #6d6d6d;
    font-size: 14px;
    line-height: 28px
}

.about-txt p strong {
    color: #f0ad00;
    font-weight: 400
}

.about-txt p .strong-c {
    font-size: 18px
}

.about-nav {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 10;
    overflow: hidden;
    margin-top: -210px;
    border-radius: 2px
}

.about-nav li {
    margin-top: -1px;
    width: 134px;
    height: 140px;
    border-top: 1px solid #EFEFEF;
    background: #fff
}

.about-nav a {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    color: #ff9104;
    text-align: center;
    font-size: 14px
}

.about-nav a:hover {
    background: #ff9104;
    color: #fff
}

.about-nav i {
    position: relative;
    display: block;
    margin: 30px auto 15px;
    width: 52px;
    height: 52px;
    background-image: url(../images/about-nav.png);
    background-repeat: no-repeat
}

.about-nav .icon-jj {
    background-position: 0 0
}

.about-nav .icon-sj {
    background-position: 0 -53px
}

.about-nav .icon-sj span {
    position: absolute;
    display: none
}

.about-nav .icon-sj .h {
    top: 21px;
    left: 21px;
    z-index: 2;
    width: 18px;
    height: 12px;
    background: url(../images/hour.png) no-repeat;
    -webkit-transform-origin: 4px 7px;
    -moz-transform-origin: 4px 7px;
    -o-transform-origin: 4px 7px;
    transform-origin: 4px 7px;
    -webkit-animation: rotate 20s linear infinite;
    -o-animation: rotate 20s linear infinite;
    animation: rotate 20s linear infinite;
    -ms-transform-origin: 4px 7px;
    animation-play-state: paused;
    -webkit-animation-play-state: paused
}

.about-nav .icon-sj .m {
    top: 5px;
    left: 21px;
    z-index: 3;
    width: 8px;
    height: 26px;
    background: url(../images/min.png) no-repeat;
    -webkit-transform-origin: 4px 22px;
    -moz-transform-origin: 4px 22px;
    -o-transform-origin: 4px 22px;
    transform-origin: 4px 22px;
    -webkit-animation: rotate 3s linear infinite both;
    -o-animation: rotate 3s linear infinite both;
    animation: rotate 3s linear infinite both;
    -ms-transform-origin: 4px 22px
}

.about-nav .icon-wh {
    background-position: 0 -107px
}

.about-nav .icon-wh .c {
    position: absolute;
    top: 16px;
    left: 15px;
    visibility: hidden;
    overflow: hidden;
    width: 22px;
    height: 20px;
    background: #FF9104
}

.about-nav a:hover .icon-jj {
    background-position: -54px 0;
    -webkit-animation: rotate 2s linear infinite both;
    -o-animation: rotate 2s linear infinite both;
    animation: rotate 2s linear infinite both
}

.about-nav a:hover .icon-sj {
    background-position: -54px -53px
}

.about-nav a:hover .icon-sj span {
    display: block
}

.about-nav a:hover .icon-wh {
    background-position: -54px -107px
}

.about-nav a:hover .icon-wh .c {
    visibility: visible;
    height: 0;
    -webkit-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s;
    -ms-transition: height 1s
}

.page-brands .content-main {
    position: absolute;
    left: 0;
    z-index: 10;
    margin-top: 20px;
    width: 100%
}

.page-brands .bg-layer {
    position: absolute;
    top: 175px;
    left: -1000px;
    z-index: 8;
    width: 3000px;
    height: 240px;
    background: #ff9104;
    opacity: .8;
    filter: alpha(opacity=80)
}

.page-brands .list {
    position: relative;
    z-index: 10;
    margin-top: 20px;
    height: 389px
}

.page-brands .list li {
    float: left;
    display: inline;
    margin: 0 3px
}

.page-brands .list .inner {
    padding-bottom: 18px;
    background: url(../images/shadow.png) no-repeat 0 bottom
}

.page-brands .list li:hover .inner {
    -webkit-transition: .9s ease-out;
    -moz-transition: .9s ease-out;
    -o-transition: .9s ease-out;
    transition: .9s ease-out;
    -webkit-transform: rotateY(-360deg);
    -moz-transform: rotateY(-360deg);
    -o-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
    -ms-transition: .9s ease-out;
    -ms-transform: rotateY(-360deg)
}


.page-caring-txt {
    position: absolute;
    top: 36px;
    left: 10px;
    z-index: 9;
    padding: 40px 46px;
    width: 308px;
    height: 340px;
    border-radius: 2px;
    background: #fff;
    background: rgba(255,255,255,.9)
}

.page-caring-txt .summary {
    margin-top: 20px;
    color: #6d6d6d;
    font-size: 14px;
    line-height: 28px
}

.page-caring-txt .jijin {
    margin-top: 5px;
    color: #ff9104;
    text-align: center



















}

.page-caring-txt .jijin a {
    color: #ff9104;
    border-radius: 3px;
    padding: 15px 4px 16px;
    display: inline-block;
}

.page-caring-txt .jijin a:hover {
    color: #fff;
    background: #ff9104;
}
.page-caring-txt .jijin .pic{display: block;width: 62px;height: 50px;margin: 0 auto; background: url(../images/caring-pic1.png) no-repeat}
.page-caring-txt .jijin a:hover .pic{background-position: -63px 0}
.page-creation {
    height: 635px;
    background: url(../images/page-creation-bg.jpg) center top no-repeat fixed
}

@media (max-width: 1024px) {
    .page-creation {
        background:url(../images/page-creation-bg.jpg) center top no-repeat
    }
}

.page-creation .creation-txt {
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 10;
    margin: -230px 0 0 0;
    width: 400px
}

.creation-txt .txt-top {
    padding: 40px 46px;
    width: 308px;
    border-radius: 2px;
    background: #fff;
    background: #fff;
    background: rgba(255,255,255,.9)
}

.creation-txt .txt-top .summary {
    margin-top: 20px;
    color: #6d6d6d;
    font-size: 14px;
    line-height: 28px
}

.creation-txt .txt-top ul {
    margin-top: 26px
}

.creation-txt .txt-top li {
    float: left;
    display: inline;
    text-align: center
}
.creation-txt .txt-top a{display: block;padding:8px 9px 4px;color: #FF9104;}


 
.creation-txt .txt-top li .title {
    display: block;
    margin-top: 12px;
 
    font-size: 14px
}
.creation-txt .txt-top .pic{display: inline-block;width: 52px;height: 52px;background: url(../images/shared-value.png) no-repeat;}
.creation-txt .txt-top .pic2{display: inline-block;width: 52px;height: 52px;background-position: -53px 0}
.creation-txt .txt-top .pic3{display: inline-block;width: 52px;height: 52px;background-position: -105px 0}

.creation-txt .txt-top a:hover {background: #FF9C1D;border-radius: 3px; color: #fff;}
.creation-txt .txt-top a:hover .pic1{background-position:0 -53px }
.creation-txt .txt-top a:hover .pic2{background-position:-53px -53px }
.creation-txt .txt-top a:hover .pic3{background-position: -105px -53px }



.creation-txt .txt-bottom {
    margin-top: 9px
}

.creation-txt .txt-bottom a {
    position: relative;
    display: block;
    height: 72px;
    background: #ff9104;
    background: rgba(255,145,4,.9);
    color: #fff;
    text-indent: 160px;
    font-size: 18px;
    line-height: 72px
}

.creation-txt .txt-bottom a:hover {
    border-radius: 2px;
    color: #fff
}

.creation-txt .txt-bottom img {
    position: absolute;
    top: 23px;
    left: 87px
}

.page-creation .page-bg {
    opacity: 0;
    -webkit-transition: all .6s .4s;
    -moz-transition: all .6s .4s;
    -o-transition: all .6s .4s;
    transition: all .6s .4s;
    -webkit-transform: perspective(600px) rotateX(-15deg);
    -moz-transform: perspective(600px) rotateX(-15deg);
    -o-transform: perspective(600px) rotateX(-15deg);
    transform: perspective(600px) rotateX(-15deg);
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -ms-transform: perspective(600px) rotateX(-15deg);
    -ms-transform-origin: top center
}

.page-active .page-bg {
    opacity: 1;
    -webkit-transform: perspective(600px) rotateX(0);
    -moz-transform: perspective(600px) rotateX(0);
    -o-transform: perspective(600px) rotateX(0);
    transform: perspective(600px) rotateX(0);
    -ms-transform: perspective(600px) rotateX(0)
}

#goToTop {
    position: fixed;
    right: 50px;
    bottom: 50px;
    display: block;
    width: 54px;
    height: 54px;
    background: url(../images/top.png) no-repeat 0 0;
    text-indent: -999em;
    cursor: pointer
}

#goToTop:hover {
    background-position: -54px 0
}

.anchor-1 {
    position: relative;
    top: -92px;
    display: block;
    overflow: hidden;
    height: 0
}
